home *** CD-ROM | disk | FTP | other *** search
/ Dino Crisis Digital Press Kit / Dino Crisis Digital Press Kit.iso / mac / t / 00009_Script_9 < prev    next >
Text File  |  1999-08-20  |  821b  |  29 lines

  1. on exitFrame
  2.   checkrolls
  3.   checkblip
  4.   checkrolls2
  5.   checksound
  6.   put the movietime of sprite 10 into field 165
  7.   if the movietime of sprite 10 > 6896 then
  8.     set the visible of sprite 120 to true
  9.     set the visible of sprite 10 to false
  10.     set the visible of sprite 19 to false
  11.     set the visible of sprite 20 to false
  12.     set the visible of sprite 21 to false
  13.     set the visible of sprite 22 to true
  14.     set the visible of sprite 23 to false
  15.     ---
  16.     updatestage
  17.   else
  18.     set the visible of sprite 120 to false
  19.     set the visible of sprite 10 to true
  20.     --set the visible of sprite 19 to false
  21.     --set the visible of sprite 21 to false
  22.     --set the visible of sprite 22 to false
  23.     --set the visible of sprite 23 to false
  24.     updatestage
  25.   end if
  26.   
  27.   go to the frame
  28.   
  29. end